home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / FinderGrok / Grok / Source / Prefix / FinalPrefix.h < prev    next >
Encoding:
Text File  |  2000-06-23  |  399 b   |  12 lines

  1. // ===========================================================================
  2. //    FinalPrefix.h                ©1999-2000 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Bring in the project's precompiled header for the given target
  6.     
  7. #if __POWERPC__
  8.     #include "FinalPrefixHeadersPPC++"        
  9. #else
  10.     #include "FinalPrefixHeaders68K++"
  11. #endif
  12.